home *** CD-ROM | disk | FTP | other *** search
- Path: mn5.swip.net!news
- From: chris.rossall@mailbox.swipnet.se (Chris Rossall)
- Newsgroups: comp.lang.c
- Subject: need for function prototypes
- Date: Tue, 27 Feb 1996 12:45:14 GMT
- Organization: -
- Message-ID: <4gutho$o1a@mn5.swip.net>
- NNTP-Posting-Host: dialup99-7-6.swipnet.se
- NNTP-Posting-User: 7473b17ba5ac8ea90be7be5b8e298509
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hello I am having trouble understanding why I should use function
- prototypes. I mean,if the function is defined before it is used,the
- compiler should have enough information about the parameters to
- produce correct code anyway.
-
- -Chris
-
-